home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / u_man / cat3 / Tcl / crtinterp.z / crtinterp
Encoding:
Text File  |  1998-10-30  |  2.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4. TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp((((3333TTTTccccllll))))                                  TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      Tcl_CreateInterp, Tcl_DeleteInterp - create and delete Tcl command
  10.      interpreters
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      ####iiiinnnncccclllluuuuddddeeee <<<<ttttccccllll....hhhh>>>>
  14.  
  15.      Tcl_Interp *
  16.      TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp()
  17.  
  18.      TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp(_i_n_t_e_r_p)
  19.  
  20. AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  21.      Tcl_Interp   *_i_n_t_e_r_p   (in)      Token for interpreter to be destroyed.
  22.  
  23.  
  24. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  25.      TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp creates a new interpreter structure and returns a token
  26.      for it.  The token is required in calls to most other Tcl procedures,
  27.      such as TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd, TTTTccccllll____EEEEvvvvaaaallll, and TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp.  Clients are
  28.      only allowed to access a few of the fields of Tcl_Interp structures;  see
  29.      the Tcl_Interp and TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd man pages for details.  The new
  30.      interpreter is initialized with no defined variables and only the built-
  31.      in Tcl commands.  To bind in additional commands, call TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd.
  32.  
  33.      TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp destroys a command interpreter and releases all of the
  34.      resources associated with it, including variables, procedures, and
  35.      application-specific command bindings.  After TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp returns
  36.      the caller should never again use the _i_n_t_e_r_p token.
  37.  
  38.  
  39. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  40.      command, create, delete, interpreter
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.